OCPBUGS-33006: baremetal: aarch64-related fixes#8385
OCPBUGS-33006: baremetal: aarch64-related fixes#8385openshift-merge-bot[bot] merged 3 commits intoopenshift:masterfrom
Conversation
|
@honza: This pull request references Jira Issue OCPBUGS-33006, which is valid. The bug has been moved to the POST state. 3 validation(s) were run on this bug
Requesting review from QA contact: The bug has been updated to refer to the pull request using the external bug tracker. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
Previously, we used the default empty value before updating it to the actual host arch.
|
@honza: This pull request references Jira Issue OCPBUGS-33006, which is valid. 3 validation(s) were run on this bug
Requesting review from QA contact: The bug has been updated to refer to the pull request using the external bug tracker. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
|
/retest-required |
|
/lgtm |
|
/lgtm |
|
/label acknowledge-critical-fixes-only |
|
/approve |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: andfasano The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
@honza: The following tests failed, say
Full PR test history. Your PR dashboard. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
| @@ -291,19 +293,25 @@ func getCapabilities(virConn *libvirt.Libvirt) (libvirtxml.Caps, error) { | |||
| func createBootstrapDomain(virConn *libvirt.Libvirt, config baremetalConfig, pool libvirt.StoragePool, volume libvirt.StorageVol) error { | |||
| bootstrapDom := newDomain(fmt.Sprintf("%s-bootstrap", config.ClusterID)) | |||
There was a problem hiding this comment.
We're so close to being able to pass the arch to newDomain() 😜
There was a problem hiding this comment.
The idea is that newDomain() returns all of the /static/ parts of the structure and then you can customize it with runtime values. 😄
There was a problem hiding this comment.
or maybe using the builder pattern :)
|
@honza: Jira Issue OCPBUGS-33006: All pull requests linked via external trackers have merged: Jira Issue OCPBUGS-33006 has been moved to the MODIFIED state. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
nilon aarch64